The data from this report include information about publications from
one of six psychology journals (Developmental Psychology,
Journal of Personality and Social Psychology, Journal of
Abnormal Psychology, Journal of Family Psychology,
Health Psychology, and Journal of Educational
Psychology) for years 2020 to 2023. They include information about
the articles (e.g., title, abstract) as well as on the authors, such as
university of affiliation. I have obtained these data from PubMed using
the PubMed API through the easyPubMed package. I have
determined the country of the first author of each paper based on the
affiliation address by matching the university name with a world
university names database obtained from GitHub.
Some of the papers were missing address information; in many cases, the PubMed API provided only the department and no university. It was not possible to identify the country in these cases (one would need to look at the actual papers one by one to make manual corrections). Furthermore, some university names from the data did not match the university name database obtained from GitHub. In some cases, I have brought manual corrections to university names in an attempt to reduce the number of missing values.
Possible future steps include: (a) obtaining a better, more current university name database (that includes country of university), (b) making manual corrections for other research institutes not included in the university database, (c) making a proper dashboard website, and (d) automatically updating the data every week or so.
---
title: "Busara Dashboard"
author: "Rémi Thériault"
output:
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
social: menu
source_code: embed
---
```{r setup, include=FALSE}
library(flexdashboard)
```
# Context
Column {data-width=550}
-----------------------------------------------------------------------
### Representativity of First Authors in Psychology
A large proportion of first authors in psychology are located in North America or Europe, mostly in the US (ref1, ref2). In this dashboard, I present some aggregated data by continent, country, year, and journal (for first authors only).
### Data
The data from this report include information about publications from one of six psychology journals (*Developmental Psychology*, *Journal of Personality and Social Psychology*, *Journal of Abnormal Psychology*, *Journal of Family Psychology*, *Health Psychology*, and *Journal of Educational Psychology*) for years 2020 to 2023. They include information about the articles (e.g., title, abstract) as well as on the authors, such as university of affiliation. I have obtained these data from PubMed using the PubMed API through the `easyPubMed` package. I have determined the country of the first author of each paper based on the affiliation address by matching the university name with a world university names database obtained from GitHub.
Column {data-width=350}
-----------------------------------------------------------------------
### Missing data
Some of the papers were missing address information; in many cases, the PubMed API provided only the department and no university. It was not possible to identify the country in these cases (one would need to look at the actual papers one by one to make manual corrections). Furthermore, some university names from the data did not match the university name database obtained from GitHub. In some cases, I have brought manual corrections to university names in an attempt to reduce the number of missing values.
### Next Steps
Possible future steps include: (a) obtaining a better, more current university name database (that includes country of university), (b) making manual corrections for other research institutes not included in the university database, (c) making a proper dashboard website, and (d) automatically updating the data every week or so.
# Continent
Column {data-width=650}
-----------------------------------------------------------------------
### Chart A
```{r}
```
Column {data-width=350}
-----------------------------------------------------------------------
### Chart B
```{r}
```
### Chart C
```{r}
```
# Country
Column {data-width=650}
-----------------------------------------------------------------------
### Chart A
```{r}
```
Column {data-width=350}
-----------------------------------------------------------------------
### Chart B
```{r}
```
### Chart C
```{r}
```
# Data